PASO 12: A continuación, hagamos que el usuario ingrese una cantidad de horas que queremos avanzar en el futuro.
- Ir a y arrastre en Ask for Integer . Cambie la variable guess a add_time .
- Cambie el texto dentro .ask() a "Enter a number of hours to add to the current time:" .
- Haga clic en LÓGICA. Ir a y arrastre Variable Display .
- Cambie la variable de visualización a add_time . Coloque la pantalla en ( -145 , 80 ) .
To navigate the page using the TAB key, first press ESC to exit the code editor.